projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07a69b7
)
tests: Add missing break statements
author
Benjamin Otte
<otte@redhat.com>
Sun, 20 Mar 2016 04:36:17 +0000
(
05:36
+0100)
committer
Benjamin Otte
<otte@redhat.com>
Sun, 20 Mar 2016 04:36:17 +0000
(
05:36
+0100)
http://www.viva64.com/en/b/0383/
tests/testselection.c
patch
|
blob
|
history
diff --git
a/tests/testselection.c
b/tests/testselection.c
index a0fd29458ba571933265535a12d1e6a1a14e638b..35d8887294fcd8b3188f230d00eeb97c3ff10f04 100644
(file)
--- a/
tests/testselection.c
+++ b/
tests/testselection.c
@@
-185,8
+185,10
@@
selection_get (GtkWidget *widget,
case COMPOUND_TEXT:
case TEXT:
type = seltypes[COMPOUND_TEXT];
+ break;
case STRING:
type = seltypes[STRING];
+ break;
}
gtk_selection_data_set (selection_data, type, 8, buffer, len);